|
DX11 SET MATRIX ELEMENT
Sets a single element of a matrix by its row / column.
DX11 SET MATRIX ELEMENT matrix, row, column, value
matrix Dword The matrix to set the element of.
row Dword The row of the element to set (valid range [0..3], anything else will cause this function to do nothing).
column Dword The column of the element to set (valid range [0..3], anything else will cause this function to do nothing).
value Float The new element value to set for the matrix element.
This function does not return a value.
MATH Functions Menu
DX11 Function Categories
|